home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 3
/
Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso
/
module
/
utilities
/
archives
/
k1_ii_ed532.lha
/
Sources
/
test.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-27
|
72b
|
7 lines
main()
{
char *p=(char *)0xbfe001;
for(;;) printf("%d\n",(int)*p);
}